home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / 9900drivers / setup.exe / %WIN% / Inf / lgusbmdm.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-10-27  |  3.0 KB  |  99 lines

  1. ;*****************************************************************************
  2. ; lgusbmdm.inf
  3. ;*****************************************************************************
  4.  
  5. [Version]
  6. signature="$CHICAGO$"
  7. Class=USB
  8. ClassGuid={36FC9E60-C465-11CF-8056-444553540000}
  9. Provider=%Provider%
  10. ;CatalogFile = lgdriver.cat
  11. DriverVer=05/26/2005,4.6.0.0
  12.  
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect = *
  16.  
  17. ;-----------------------------------------------------------------------------
  18. ;   Change A:\ to source drive (or omit to always (?) be prompted)
  19. ;-----------------------------------------------------------------------------
  20. [SourceDisksNames]
  21. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  22. ;    having the tagfile non-null seems to help...
  23. 1=%DiskString%,"lgusbmdm.sys",,
  24.  
  25. [SourceDisksFiles]
  26. ; filename = diskid[,[ subdir][, size]]
  27. lgusbmdm.sys = 1
  28. lgsimdmv.inf = 1
  29.  
  30.  
  31. ;-----------------------------------------------------------------------------
  32. ; Specify target paths...
  33. ;-----------------------------------------------------------------------------
  34. [DestinationDirs]
  35. DefaultDestDir          = 11                    ; LDID_SYS
  36. CopyFiles               = 11                    ; system
  37. CopyFiles.W95        = 11            ; system (for VXDs)
  38. CopyFiles.sys           = 11                    ; where .sys files go.
  39. CopyFiles.W95.sys       = 11                    ; where .sys files go.
  40. CopyFiles.W95.inf       = 17                ; INF Directory\other.
  41.  
  42. ;-----------------------------------------------------------------------------
  43. ; Table of Contents
  44. ;-----------------------------------------------------------------------------
  45. [Manufacturer]
  46. %LGSI%=LGSI
  47.  
  48. ;-----------------------------------------------------------------------------
  49. ; Device-by-device entries
  50. ;-----------------------------------------------------------------------------
  51. [LGSI]
  52. %LGSI.Modem.Desc% = LGSI.Install, USB\VID_1004&PID_6000_MODEMInterface_OS9X
  53.  
  54. ;-----------------------------------------------------------------------------
  55. ; Installation instructions
  56. ;-----------------------------------------------------------------------------
  57.  
  58. [LGSI.Install]
  59. AddReg=LGSI.AddReg
  60. CopyFiles=CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.Inf
  61. DriverVer=DriverVersion
  62.  
  63. ;-----------------------------------------------------------------------------
  64. ;  Registry
  65. ;-----------------------------------------------------------------------------
  66. ; common registry entries 
  67. [LGSI.AddReg]
  68. HKR,,DevLoader,0,*ntkern
  69. HKR,,NTMPDriver,,"lgusbmdm.sys,ccport.sys"
  70. HKR,,CRUpperDescription,,%UpperDescription%
  71.  
  72. [CopyFiles]
  73.  
  74. [CopyFiles.W95]
  75.  
  76. [CopyFiles.sys]
  77. ;lgusbmdm.sys
  78.  
  79. [Copyfiles.W95.inf]
  80. ;lgsimdmv.inf
  81.  
  82. [LGSI.Install.HW]
  83. AddReg=LGSIAddReg.HW
  84.  
  85. [LGSIAddReg.HW]
  86. HKR,,ChildID,2,"USB\LGMODEM"
  87.  
  88. [Strings]
  89. Provider="LG Electronics Inc."
  90. LGSI="LG Electronics Inc."
  91.  
  92. LGSI.Modem.Desc="LGE CDMA USB Modem"
  93. UpperDescription="LGE CDMA USB Modem (VCOMM)"
  94. CustomerDataPath="LGE CDMA USB Modem"
  95.  
  96. DiskString="LGE CDMA USB Modem Driver"
  97. DriverSet="LGE CDMA USB Modem Software"
  98.  
  99.